home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trusted Irix /B 4.0.4
/
Trusted-Irix B-4.0.1.iso
/
dist
/
eoe1.idb
/
usr
/
include
/
sys
/
ik_ioctl.h.z
/
ik_ioctl.h
Wrap
C/C++ Source or Header
|
1992-04-03
|
1KB
|
43 lines
#ifndef __SYS_IK_IOCTL_H__
#define __SYS_IK_IOCTL_H__
/**************************************************************************
* *
* Copyright (C) 1990, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
**************************************************************************/
#ident "$Revision: 3.4 $"
/* ioctls for the ikc driver */
# ifndef ikiocode
# define ikiocode(n) ('k'<<8|(n))
# define IKIOPEEK ikiocode('a')
# define IKIOPOKE ikiocode('b')
# define IKIOPIO ikiocode('c')
# define IKIORESET ikiocode('d')
# define IKIOSETVSTATE ikiocode('e')
# define IKIOGETVSTATE ikiocode('f')
# define IKIODEBUG ikiocode('g')
struct poke
{
int f, v;
};
struct vstate
{
int f;
int timo;
int dummy[1];
};
# endif /* ikiocode */
#endif /* __SYS_IK_IOCTL_H__ */